BoneInfo

Bone, skeletal animation bone

extern (C) @nogc nothrow
struct BoneInfo {}

Members

Variables

name
char[32] name;

Bone name

parent
int parent;

Bone parent

Meta